home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / AlfaClock 1.71 / alfaclock_v1.71.exe / {app} / AlfaClock.exe / 0 / RCDATA / TALARMMESSAGEFORM / TALARMMESSAGEFORM.txt
Text File  |  2004-10-05  |  1KB  |  69 lines

  1. object AlarmMessageForm: TAlarmMessageForm
  2.   Left = 540
  3.   Top = 141
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   BorderWidth = 4
  7.   ClientHeight = 113
  8.   ClientWidth = 233
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 148
  11.   Constraints.MinWidth = 249
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object MessageLabel: TLabel
  23.     Left = 8
  24.     Top = 32
  25.     Width = 67
  26.     Height = 13
  27.     Caption = 'Message Text'
  28.   end
  29.   object InvisibleLabel: TLabel
  30.     Left = 8
  31.     Top = 48
  32.     Width = 62
  33.     Height = 13
  34.     Caption = 'Invisible Text'
  35.     Visible = False
  36.   end
  37.   object Button_OK: TButton
  38.     Left = 152
  39.     Top = 80
  40.     Width = 75
  41.     Height = 25
  42.     Anchors = [akRight, akBottom]
  43.     Caption = 'OK'
  44.     Default = True
  45.     TabOrder = 0
  46.     OnClick = Button_OKClick
  47.   end
  48.   object StaticText_Caption: TStaticText
  49.     Left = 0
  50.     Top = 0
  51.     Width = 233
  52.     Height = 20
  53.     Align = alTop
  54.     Alignment = taCenter
  55.     AutoSize = False
  56.     BorderStyle = sbsSingle
  57.     Caption = 'Alarm Message'
  58.     Color = 12937777
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clWhite
  61.     Font.Height = -13
  62.     Font.Name = 'Tahoma'
  63.     Font.Style = [fsBold]
  64.     ParentColor = False
  65.     ParentFont = False
  66.     TabOrder = 1
  67.   end
  68. end
  69.